lcInitialize Home

Performs LiteCAD initialization. This function should be called once at the start of your application. Global properties can be set before lcInitialize.

 BOOL lcInitialize ();

Parameters
  None.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcUninitialize